func math/big.addVW
5 uses
math/big (current package)
arith_decl.go#L47: func addVW(z, x []Word, y Word) (c Word)
float.go#L482: if addVW(z.mant, z.mant, lsb) != 0 {
nat.go#L115: c = addVW(z[n:m], x[n:], c)
nat.go#L247: addVW(z[n:n+n>>1], z[n:], c)
nat.go#L380: addVW(z[j:], z[j:], c)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |